projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529a9c0
)
* test/lisp/progmodes/sql-tests.el
author
Glenn Morris
<rgm@gnu.org>
Tue, 24 Oct 2017 05:02:46 +0000
(22:02 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 24 Oct 2017 05:02:46 +0000
(22:02 -0700)
(sql-tests-postgres-list-databases-error): Silence compiler.
test/lisp/progmodes/sql-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/sql-tests.el
b/test/lisp/progmodes/sql-tests.el
index ad22906ecf18655081cddaea247c6dfa39e4f5dd..15f59529b2aaa7997302b0d9095077bfbd6ed858 100644
(file)
--- a/
test/lisp/progmodes/sql-tests.el
+++ b/
test/lisp/progmodes/sql-tests.el
@@
-50,7
+50,7
@@
(lambda (_command) t))
((symbol-function 'process-lines)
(lambda (_program &rest _args)
- (error))))
+ (error
"some error"
))))
(should-not (sql-postgres-list-databases))))
(provide 'sql-tests)